RTL code refactoring

This commit is contained in:
Blaise Tine
2020-04-21 01:03:37 -04:00
parent cfa8626bf7
commit ba4e736782
29 changed files with 332 additions and 563 deletions

View File

@@ -42,7 +42,9 @@ module Vortex_Socket (
assign io_data [curr_c] = cluster_io_data [curr_c];
end
Vortex_Cluster #(.CLUSTER_ID(0)) Vortex_Cluster(
Vortex_Cluster #(
.CLUSTER_ID(0)
) Vortex_Cluster (
.clk (clk),
.reset (reset),
.io_valid (cluster_io_valid),
@@ -260,7 +262,6 @@ module Vortex_Socket (
.snp_fwd_addr (snp_fwd_addr),
.snp_fwd_ready (& snp_fwd_ready)
);
end
endmodule