Closed David-Durst closed 6 years ago
Resolved by 7f83c28d6cc3d7cfd2bb342b27914b8626078517
I added more documentation about setting the MANTLE
var in the README
I also changed the default target to coreir since thats the one that's currently maintained and in use (rather than verilog)
If I try to import mantle without setting the MANTLE and MANTLE_TARGET environment variables, I get the following error:
This occurs because https://github.com/phanrahan/mantle/blob/master/mantle/__init__.py#L11 imports the verilog version of mantle with this environment setting. This version doesn't have DefineAdd implemented. This used to work for me, so I'm not sure what has changed, but either: