Skip to content

Commit

Permalink
error if not verilator.
Browse files Browse the repository at this point in the history
  • Loading branch information
djmuhlestein committed Sep 25, 2015
1 parent 884082f commit 1ac36f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DCM_SP.v
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ endgenerate

assign LOCKED = lock_2x && lock_fx;

`else
$error ("Unimplemented DCM_SP for non verilator sim. Should use original Xilinx sim libs not this library." );
`endif

endmodule
Expand Down

0 comments on commit 1ac36f2

Please sign in to comment.