Skip to content

Commit 552a5cf

Browse files
committed
upd top
1 parent 91c4ea4 commit 552a5cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/si5340_config_loader.sv

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
module si5340_config_loader
66
import cfg_pkg::*;
77
#(
8-
parameter PAUSE_NS = (300 * 1_000_000)/PERIOD_NS
8+
parameter CONFIG_MEM = "config.mem",
9+
parameter PAUSE_NS = (300 * 1_000_000)/PERIOD_NS
910
) (
1011
input logic clk_i,
1112
input logic arstn_i,

0 commit comments

Comments
 (0)