mirror of
https://github.com/sxpert/hp-saturn
synced 2024-11-16 19:50:19 +01:00
make it faster yet
This commit is contained in:
parent
b2811e82eb
commit
7c313c3b5d
1 changed files with 4 additions and 4 deletions
|
@ -121,12 +121,12 @@ wire [7:0] t_led;
|
|||
// `define TEST_BIT 23
|
||||
|
||||
/* 1/8 s */
|
||||
`define DELAY_START 26'h1050F8
|
||||
`define TEST_BIT 22
|
||||
// `define DELAY_START 26'h1050F8
|
||||
// `define TEST_BIT 22
|
||||
|
||||
/* 1/16 s */
|
||||
// `define DELAY_START 26'h08287C
|
||||
// `define TEST_BIT 21
|
||||
`define DELAY_START 26'h08287C
|
||||
`define TEST_BIT 21
|
||||
|
||||
/* 1/32 s */
|
||||
// `define DELAY_START 26'h4143E
|
||||
|
|
Loading…
Reference in a new issue