Skip to content

Commit

Permalink
fix clocking issue with BUFG_PS
Browse files Browse the repository at this point in the history
  • Loading branch information
muzafferkal-frl committed Jan 25, 2018
1 parent 3ce729b commit 5c0bca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/axi/mpsoc.v
Expand Up @@ -9,7 +9,7 @@ module stage
wire ARESETN;

//AA change here: removed buffer for now
BUFG bufg(.I(fclk[0]),.O(FCLK0));
BUFG_PS bufg(.I(fclk[0]),.O(FCLK0));
//assign FCLK0 = fclk[0];

assign ARESETN = 1'b1; //fclkresetn[0];
Expand Down

0 comments on commit 5c0bca0

Please sign in to comment.