Whitespace

This commit is contained in:
John Terrell 2023-03-17 23:37:33 -07:00
parent 144b3c644b
commit a055ae08e9
Signed by untrusted user who does not match committer: johnt
GPG Key ID: 2E424258DD3731F4

View File

@ -26,7 +26,7 @@ module mkTopModule(Empty);
FetchStage_Cfg#(64) fetchStageConfig64 = FetchStage_Cfg{}; FetchStage_Cfg#(64) fetchStageConfig64 = FetchStage_Cfg{};
FetchStage_Ifc#(64) fetchStage64 <- mkFetchStage(fetchStageConfig64); FetchStage_Ifc#(64) fetchStage64 <- mkFetchStage(fetchStageConfig64);
(* no_implicit_conditions *) (* no_implicit_conditions *)
rule test; rule test;
PC_IF#(32) pc_if = defaultValue; PC_IF#(32) pc_if = defaultValue;