NJU-ProjectN / nvboard

NJU Virtual Board
Other
198 stars 38 forks source link

fix: rst button declaration of N4 board and signal binding in example #10

Closed LeoJhonSong closed 2 years ago

LeoJhonSong commented 2 years ago

做第四期预学习时发现这个RST按键是废的呀:

https://user-images.githubusercontent.com/37630203/160081093-825b0bbc-94a0-4ea2-946f-c00957c9168c.mp4

看起来是RST按钮忘记声明+绑定了? 加上之后就能正常复位流水灯和数码管了:

https://user-images.githubusercontent.com/37630203/160081370-e5dfe54d-8da3-4f74-a5f8-6b544bfac7b6.mp4

sashimi-yzh commented 2 years ago

那个RST按钮本来就是不使用的

sashimi-yzh commented 2 years ago

复位通过仿真环境来进行, 因为仿真环境可能还会有很多初始化操作, 光靠这个按钮, 不能初始化电路以外的部分.

LeoJhonSong commented 2 years ago

复位通过仿真环境来进行, 因为仿真环境可能还会有很多初始化操作, 光靠这个按钮, 不能初始化电路以外的部分.

学到了学到了. 不过既然如此, 为什么要渲染一个RST按钮在那里呢

sashimi-yzh commented 2 years ago

是其它同学画的, 要不你改一下背景图片, 加一个unused之类的提示?

LeoJhonSong commented 2 years ago

行,那我晚点研究一下再开个pr