mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2024-10-01 01:45:38 -04:00
Add UDI used during simulation
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
cb2fd573b3
commit
2fb61bba73
2
hw/application_fpga/core/tk1/tb/udi.hex
Normal file
2
hw/application_fpga/core/tk1/tb/udi.hex
Normal file
@ -0,0 +1,2 @@
|
||||
00010203
|
||||
04050607
|
@ -25,7 +25,7 @@ all: top.sim
|
||||
|
||||
|
||||
top.sim: $(TB_TOP_SRC) $(TOP_SRC)
|
||||
$(CC) $(CC_FLAGS) -o top.sim $(TB_TOP_SRC) $(TOP_SRC)
|
||||
$(CC) $(CC_FLAGS) -o top.sim $(TB_TOP_SRC) $(TOP_SRC) -DUDI_HEX=\"../tb/udi.hex\"
|
||||
|
||||
|
||||
sim-top: top.sim
|
||||
|
Loading…
Reference in New Issue
Block a user