Skip to content

Commit 61b58d1

Browse files
committed
default to 90MHz, since this is what designs with NIC and/or L2 require
1 parent ff0faa4 commit 61b58d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdk/cl/developer_designs/cl_firesim/design/cl_firesim.sv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ logic clock_gend_85; // see above, really ~87
116116
logic clock_gend_75;
117117

118118
logic firesim_internal_clock;
119-
assign firesim_internal_clock = clock_gend_160;
119+
assign firesim_internal_clock = clock_gend_90;
120120

121121
clk_wiz_0_firesim firesim_clocking
122122
(

0 commit comments

Comments
 (0)