Commit a107556d authored by Will Kamp's avatar Will Kamp Committed by Will

Add Stratix V to family names.

Add missing import logging.
parent fa1e9c1b
......@@ -23,6 +23,9 @@
import os
import string
from string import Template
import fetch
import logging
from hdlmake.makefile_writer import MakefileWriter
......@@ -283,7 +286,7 @@ mrproper:
family_names = {
"^EP2AGX.*$": "Arria II GX",
"^EP3C.*$": "Cyclone III",
"^EP4CE.*$": "Cyclone IV E",
"^5S.*$": "Stratix V",
}
for key in family_names:
......
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