darklife / darkriscv

opensouce RISC-V cpu core implemented in Verilog from scratch in one night!
BSD 3-Clause "New" or "Revised" License
2.1k stars 282 forks source link

issue type of data in the struct DARKIO #25

Closed wya2017 closed 4 years ago

wya2017 commented 4 years ago

It is possible: “unsigned timer” of struct DARKIO change to "unsigned int timer" in the "io.h".

but compile and run OK even if no modified.

samsoniuk commented 4 years ago

fixed! thank you for pointing the problem! :)