Vignajeth
Vignajeth
Hi @zeeshanrafique23 you need to change the .type from `fr` to `fd` in coredecode.e file and rerun this command ``` espresso -Dso -oeqntott coredecode.e | addassign -pre out. > equations...
Hi, I notice a typo, it is CONF_PARAMS and this is the exact command i used in command line `make -f ./tools/Makefile clean irun debug=1 TEST=hello_world CONF_PARAMS=-set=build_axi4\ -set=load_to_use_plus1=1` I was...
What parameter you change matters. if you try comparing the cmark results with two different DCCM sizes, you will find that both of them give same values. This is because...
Hi The _coredecode_ is a perl script and you can find it here https://github.com/chipsalliance/Cores-SweRV-EH2/blob/master/tools/coredecode I haven't used it by myself though
Hi @zeeshanrafique23 I remember using the link shared by olof for espresso but if you face some errors try using the executable directly from this link[ http://users.ece.utexas.edu/~patt/06s.382N/tutorial/espresso_manual.html]( http://users.ece.utexas.edu/~patt/06s.382N/tutorial/espresso_manual.html) change the...
The `addassign` is a perl script and you can find it under tools folder