1
0
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:
Olof Kindgren
2018-11-26 09:49:08 +01:00
parent e1f5bcc4f3
commit 12039dec0e
9 changed files with 2159 additions and 5 deletions

View File

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