Add more Cyclone family macros in Intel Quartus

parent b888a3ed
......@@ -119,7 +119,10 @@ class ToolQuartus(ToolSyn):
try to guess the value from the device string if not defined"""
family_names = {
"^EP2AGX.*$": "Arria II GX",
"^EP1C.*$": "Cyclone",
"^EP2C.*$": "Cyclone II",
"^EP3C.*$": "Cyclone III",
"^EP4C.*$": "Cyclone IV",
"^EP4CE.*$": "Cyclone IV E",
"^EP4CGX.*$": "Cyclone IV GX",
"^5A.*$": "Arria V",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment