mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-25 06:17:38 -04:00
minor updates
This commit is contained in:
parent
cf9172b8fc
commit
8db77ea1cd
7 changed files with 14 additions and 16 deletions
|
@ -98,7 +98,7 @@ void sim_trace_enable(bool enable) {
|
|||
class Processor::Impl {
|
||||
public:
|
||||
Impl() : dram_sim_(MEM_CLOCK_RATIO) {
|
||||
// force random values for unitialized signals
|
||||
// force random values for uninitialized signals
|
||||
Verilated::randReset(VERILATOR_RESET_VALUE);
|
||||
Verilated::randSeed(50);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue