projects
/
raggedstone
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
connect LEDs on IDE board to main FPGA and let them blink
[raggedstone]
/
dhwk_old
/
source
/
test.v
1
/*
2
`define PCIIDLE 1'h0;
3
`define B_BUSY 1'h1;
4
`define S_DATA1 1'h2;
5
`define S_DATA2 1'h3;
6
`define TURN_AR 1'h4;
7
*/
8
9
paramater PCIIDLE = 1'h0;
10
paramater B_BUSY = 1'h1;
11
paramater S_DATA1 = 1'h2;
12
paramater S_DATA2 = 1'h3;
13
paramater TURN_AR = 1'h4;
14
Impressum
,
Datenschutz