mirror of
https://github.com/olofk/serv.git
synced 2026-01-11 23:42:50 +00:00
servant: Add default program to sim target
This commit is contained in:
parent
4d95bd0f21
commit
472f89d532
@ -1,7 +1,7 @@
|
||||
`default_nettype none
|
||||
module servant_tb;
|
||||
|
||||
parameter memfile = "";
|
||||
parameter memfile = "hello_uart.hex";
|
||||
parameter memsize = 8192;
|
||||
parameter with_csr = 1;
|
||||
|
||||
|
||||
@ -12,6 +12,7 @@ filesets:
|
||||
|
||||
servant_tb:
|
||||
files:
|
||||
- sw/hello_uart.hex : {file_type: user, copyto: .}
|
||||
- bench/servant_sim.v
|
||||
- bench/uart_decoder.v
|
||||
- bench/servant_tb.v
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user