Skip to content

Commit

Permalink
Removed some old stuff and comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wd5gnr committed Aug 27, 2018
1 parent 3f1f447 commit a42242d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
5 changes: 0 additions & 5 deletions c/la2vcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@
#define USERCMD_RESET 0
#define USERCMD_RUN 1

// Need to make command line options
#define BAUD 9600
#define CAPTURE 2
#define REPEAT 1
#define SIZE 256
#define COUNT (SIZE*(REPEAT+CAPTURE))

/*
Some basic terms:
Expand Down
2 changes: 1 addition & 1 deletion demos/ice40/demo1/config_verifla.v
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
2 changes: 1 addition & 1 deletion demos/ice40/demo2/config_verifla.v
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 a42242d

Please sign in to comment.