3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-06 17:44:09 +00:00

smtr: Use rosette/safe

This commit is contained in:
Krystine Sherwin 2024-08-30 09:56:08 +12:00 committed by Emily (aiju)
parent 7fe9157df2
commit 07b6908019

View file

@ -287,7 +287,7 @@ struct FunctionalSmtrBackend : public Backend {
}
extra_args(f, filename, args, argidx);
*f << "#lang rosette\n";
*f << "#lang rosette/safe\n";
if (provides) {
*f << "(provide (all-defined-out))\n";
}