t-crest / patmos

Patmos is a time-predictable VLIW processor, and the processor for the T-CREST project
http://patmos.compute.dtu.dk
BSD 2-Clause "Simplified" License
135 stars 72 forks source link

verilator compilation #152

Open schoeberl opened 2 months ago

schoeberl commented 2 months ago

We compile verilator with -O1. We should check why.

schoeberl commented 2 months ago

ChiselTest switched from -O1 to -Os. So O1 was not so off. Os is for size and includes some O2 optimizations. Shall wit switch as well?