Commit e4229788 authored by Will Kamp's avatar Will Kamp

Add Stratix V to family names.

Add missing import logging.
parent 9d303eea
......@@ -27,6 +27,7 @@ import sys
import string
from string import Template
import fetch
import logging
from makefile_writer import MakefileWriter
......@@ -274,7 +275,8 @@ mrproper:
import re
family_names = {
"^EP2AGX.*$": "Arria II GX",
"^EP3C.*$": "Cyclone III"
"^EP3C.*$": "Cyclone III",
"^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