mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-11 13:40:53 +00:00
Impulse does not support these types but NG-ULTRA architecture does
This commit is contained in:
parent
7601dc740b
commit
eb30be6189
2 changed files with 4 additions and 4 deletions
|
@ -264,8 +264,8 @@ struct SynthNanoXplorePass : public ScriptPass
|
|||
if (check_label("map_ram"))
|
||||
{
|
||||
std::string args = "";
|
||||
if (family == "large")
|
||||
args += " -D IS_NG_LARGE";
|
||||
if (family == "medium")
|
||||
args += " -D IS_NG_MEDIUM";
|
||||
if (nobram)
|
||||
args += " -no-auto-block";
|
||||
if (norfram)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue