One big question I have is how to go beyond the 8 ...
# gf180mcu
r
One big question I have is how to go beyond the 8 input, 8 output pins that are in the repo that we copied (https://github.com/proppy/tiny_user_project). Should I edit tiny_user_project.v? Or instead user_project_wrapper.v? If someone could explain how I get even just one additional input pin, I think it will make a lot more sense :)
p
You can simply add inputs / outputs to the info.yaml
It will regenerate the top and user_defines verilog files as part of the action.
r
Nice, I will try it! Tx -Rolf