Joseph Zuckerman

Results 7 comments of Joseph Zuckerman

It's not finding the sram_behav, which is in a submodule of the Ariane core. Did you clone recursively or run `git submodule update --init --recursive`? If you did, you may...

Sorry for the delayed response. I'm not familiar with the VC709, but in general, when adding a new board you definitely need to change the pinout. You also may need...

The Zynq boards don't have an Ethernet interface exposed to the programmable logic, which is what we use on the other boards as the primary debug link for ESP. The...

New Catapult flows are TODO here.

New updates to `socgen` give `libesp` information about which accelerators have L2 caches. Good solution for now, but a probe solution would be better.

With Vivado 2023.2, vivado_hls, has changed to vitis_hls. You could try patching [this line](https://github.com/sld-columbia/esp/blob/new-plic/accelerators/vivado_hls/common/hls/Makefile#L11) with that change. I am not sure, though, if there will be other issues. Alternatively, you...

For the DTC issue, I would suggest just using the one installed on your machine than the one from Vivado. When I run `which dtc` I get back `/usr/bin/dtc`.