chipsalliance / playground

chipyard in mill :P
72 stars 34 forks source link

fix: Override dtm's default endianness to le #34

Closed geekLucian closed 1 year ago

geekLucian commented 1 year ago

The default endianness of dtm has been changed from little endian to undecided since https://github.com/riscv-software-src/riscv-isa-sim/commit/f82e54124345f348abaa80ec82d67528a9a8f774, which breaks the CI.

Without interfering upstream, we need to override dtm's endian to little endian.