mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-06 19:21:23 +00:00
Some memory types are only supported on NG-LARGE
This commit is contained in:
parent
4372487a6f
commit
7601dc740b
2 changed files with 12 additions and 6 deletions
|
@ -264,6 +264,8 @@ struct SynthNanoXplorePass : public ScriptPass
|
|||
if (check_label("map_ram"))
|
||||
{
|
||||
std::string args = "";
|
||||
if (family == "large")
|
||||
args += " -D IS_NG_LARGE";
|
||||
if (nobram)
|
||||
args += " -no-auto-block";
|
||||
if (norfram)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue