diff options
Diffstat (limited to 'examples/up5k_mac16')
-rw-r--r-- | examples/up5k_mac16/mac16.pcf | 2 | ||||
-rw-r--r-- | examples/up5k_mac16/mac16.v | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/up5k_mac16/mac16.pcf b/examples/up5k_mac16/mac16.pcf index 24b9b45..5e21181 100644 --- a/examples/up5k_mac16/mac16.pcf +++ b/examples/up5k_mac16/mac16.pcf @@ -1,4 +1,4 @@ set_io clk 44 set_io rstn 27 set_io LED1 12 -set_io LED2 13
\ No newline at end of file +set_io LED2 13 diff --git a/examples/up5k_mac16/mac16.v b/examples/up5k_mac16/mac16.v index 73740e3..0323fc3 100644 --- a/examples/up5k_mac16/mac16.v +++ b/examples/up5k_mac16/mac16.v @@ -68,4 +68,4 @@ assign LED2 = 1'b0; -endmodule
\ No newline at end of file +endmodule |