Skip to content
Snippets Groups Projects
Commit 3f50e0f6 authored by Daniel Newbrook's avatar Daniel Newbrook
Browse files

Fix clock connection

parent ce05d1a5
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ generate ...@@ -53,7 +53,7 @@ generate
.VSS (VSS), .VSS (VSS),
`endif `endif
.Q (RDATA32), .Q (RDATA32),
.CLK (HCLK), .CLK (CLK),
.CEN (CEN), .CEN (CEN),
.WEN (WEN32), .WEN (WEN32),
.A (ADDR12), .A (ADDR12),
...@@ -73,7 +73,7 @@ generate ...@@ -73,7 +73,7 @@ generate
.VSS (VSS), .VSS (VSS),
`endif `endif
.Q (RDATA32), .Q (RDATA32),
.CLK (HCLK), .CLK (CLK),
.CEN (CEN), .CEN (CEN),
.WEN (WEN32), .WEN (WEN32),
.A (ADDR12), .A (ADDR12),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment