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 b136fb7 commit ba51a86Copy full SHA for ba51a86
hdk/cl/developer_designs/cl_firesim/design/cl_firesim.sv
@@ -116,8 +116,10 @@ logic clock_gend_90; // see above, really ~92
116
logic clock_gend_85; // see above, really ~87
117
logic clock_gend_75;
118
119
+`define FIRESIM_CLOCK_SIGNAL_SETTING(freq) clock_gend_``freq
120
+
121
logic firesim_internal_clock;
-assign firesim_internal_clock = clock_gend_`SELECTED_FIRESIM_CLOCK;
122
+assign firesim_internal_clock = `FIRESIM_CLOCK_SIGNAL_SETTING(`SELECTED_FIRESIM_CLOCK);
123
124
clk_wiz_0_firesim firesim_clocking
125
(
0 commit comments