diff options
Diffstat (limited to 'machxo2/examples/tinyfpga.v')
-rw-r--r-- | machxo2/examples/tinyfpga.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/machxo2/examples/tinyfpga.v b/machxo2/examples/tinyfpga.v index dfc2710d..bd26d8eb 100644 --- a/machxo2/examples/tinyfpga.v +++ b/machxo2/examples/tinyfpga.v @@ -2,7 +2,7 @@ // https://github.com/tinyfpga/TinyFPGA-A-Series/tree/master/template_a2 // https://tinyfpga.com/a-series-guide.html used as a basis. -module TinyFPGA_A2 ( +module top ( (* LOC="13" *) inout pin1 ); |