ucb-bar / testchipip

BSD 3-Clause "New" or "Revised" License
79 stars 59 forks source link

Incorrect type name in SimDram.cc #207

Open HakamAtassi opened 7 months ago

HakamAtassi commented 7 months ago

I believe lines 64 through 66 in src/main/testchip/csrc/SimDRAM.cc

should be modified as follows

image

as endianness_t is not defined anywhere.

This fixes an issue when building with building esp-tools and subsequently hwacha in chipyard.

HakamAtassi commented 7 months ago

The required type seems to somehow depend on whether esp-tools or riscv-tools is being built.