]> Joshua Wise's Git repositories - firearm.git/blobdiff - Fetch.v
Add chip enable correctness for CellularRAM.
[firearm.git] / Fetch.v
diff --git a/Fetch.v b/Fetch.v
index fc4d899baae1d9baae0606503d71d5aaffed425f..bc2175cc90994ccb015ed8b9d37da9c0067023a4 100644 (file)
--- a/Fetch.v
+++ b/Fetch.v
@@ -47,7 +47,6 @@ module Fetch(
        assign ic__rd_addr_0a = reqpc_0a;
        assign ic__rd_req_0a = 1;
        
-       
        always @(posedge clk or negedge Nrst)
                if (!Nrst) begin
                        bubble_1a <= 1;
This page took 0.070733 seconds and 4 git commands to generate.