berkeley-hardfloat icon indicating copy to clipboard operation
berkeley-hardfloat copied to clipboard

How to compile it to verilog!

Open myjtag opened this issue 3 years ago • 1 comments

Hi, I have installed sbt on my windows machine, and when I run make it would generate these errors,

git submodule update --init berkeley-testfloat-3 fatal: not a git repository (or any of the parent directories): .git make: *** [Makefile:9: berkeley-testfloat-3/.git] Error 128

So How should I Generate Verilog for implementation of FPGA?

myjtag avatar Dec 11 '20 16:12 myjtag

ChiselTester should have the Verilog dumping function as long as you get through the sbt process.

HaFred avatar Dec 09 '22 07:12 HaFred