Add UDI used during simulation

Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
Joachim Strömbergson 2023-05-09 12:08:10 +02:00 committed by dehanj
parent cb2fd573b3
commit 2fb61bba73
No known key found for this signature in database
GPG Key ID: 3707A9DBF4BB8F1A
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
00010203
04050607

View File

@ -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