yodalee / rsa256

An RSA 256 bits hardware implementation with verification
Other
6 stars 1 forks source link

Add period setting in dut_wrapper #99

Closed yodalee closed 1 year ago

yodalee commented 1 year ago

I inspect this issue when debug waveform using gtkwave. On windows, the zoom in of gtkwave has a maximum ratio. In RSA implementation, the input data of 256 bits are too long that even in maximum ratio the data cannot fully show. To cope with this issue, I set simulated clock a longer period. This change twice the period of clock, and make the period a constant in dut_wrapper. Later we can make this argument to constructor.