Skip to content

Commit

Permalink
Removed stray comment in template
Browse files Browse the repository at this point in the history
  • Loading branch information
wd5gnr committed Aug 27, 2018
1 parent 5bb6b0c commit 3f1f447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verilog/verifla/config_verifla.v.template
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ parameter LA_TRIGGER_MATCH_MEM_ADDR=129;
// You would just get a repeat count of 20 on the trigger word.
// If you like, set this value to something very large and you'll better use memory
// Be sure the number of bits is enough to hold the count
parameter LA_MAX_SAMPLES_AFTER_TRIGGER_BITS=16; // was 24
parameter LA_MAX_SAMPLES_AFTER_TRIGGER_BITS=16;
parameter LA_MAX_SAMPLES_AFTER_TRIGGER=30000;
// Because the circular buffer and the post trigger buffer may not be full
// You may want to let the LA write a known value to the buffer before starting
Expand Down

0 comments on commit 3f1f447

Please sign in to comment.