mirror of
https://github.com/olofk/serv.git
synced 2026-01-27 12:11:58 +00:00
Add support for setting memory contents during synthesis
This commit is contained in:
@@ -4,8 +4,7 @@ module serv_wrapper
|
||||
input wire wb_clk,
|
||||
output wire q);
|
||||
|
||||
parameter memfile = "helloservice4000.hex";
|
||||
// parameter memfile = "bitbang.hex";
|
||||
parameter memfile = "zephyr_hello.hex";
|
||||
|
||||
reg [4:0] rst_reg = 5'b11111;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user