diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-03-20 13:30:12 -0400 |
---|---|---|
committer | bryan newbold <bnewbold@leaflabs.com> | 2013-03-20 13:30:12 -0400 |
commit | f51040dfc4f8581469997d43f1e723e0fedc1338 (patch) | |
tree | 38c8544a176c75297398c2186280a6a383999dc3 /tb | |
parent | 485eb6746b4d9a797f11bfaccf5c4331dc3f9718 (diff) | |
download | basic-hdl-template-f51040dfc4f8581469997d43f1e723e0fedc1338.tar.gz basic-hdl-template-f51040dfc4f8581469997d43f1e723e0fedc1338.zip |
fix 'main' in tb.v
Diffstat (limited to 'tb')
-rwxr-xr-x | tb/tb.v | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ reg [7:0] Switch_input; wire [7:0] LED_output; wire FPGA_RESET; -project project_i ( +main main_i ( .PUSH_BUTTON_RESET_RAW(FPGA_RESET), .LED_output_0(LED_output[0]), .LED_output_1(LED_output[1]), |