aboutsummaryrefslogtreecommitdiff
path: root/models/master.v
diff options
context:
space:
mode:
Diffstat (limited to 'models/master.v')
-rw-r--r--models/master.v4
1 files changed, 1 insertions, 3 deletions
diff --git a/models/master.v b/models/master.v
index b728bda..0e128ec 100644
--- a/models/master.v
+++ b/models/master.v
@@ -6,7 +6,7 @@
`ifndef SIMULATION
`error_SIMULATION_not_defined
; /* Cause syntax error */
-`else
+`endif
module master_model
#(
@@ -219,5 +219,3 @@ module master_model
end // else: !if(RST_I)
end // always @ (posedge CLK_I)
endmodule // master_model
-
-`endif // !`ifndef SIMULATION