We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c4ea4 commit 552a5cfCopy full SHA for 552a5cf
src/si5340_config_loader.sv
@@ -5,7 +5,8 @@
5
module si5340_config_loader
6
import cfg_pkg::*;
7
#(
8
- parameter PAUSE_NS = (300 * 1_000_000)/PERIOD_NS
+ parameter CONFIG_MEM = "config.mem",
9
+ parameter PAUSE_NS = (300 * 1_000_000)/PERIOD_NS
10
) (
11
input logic clk_i,
12
input logic arstn_i,
0 commit comments