Commit 55ca10ae authored by jozsef imrek's avatar jozsef imrek Committed by Javier D. Garcia-Lasheras

This commit closes #1274

parent 45a03ec9
......@@ -270,7 +270,8 @@ mrproper:
import re
family_names = {
"^EP2AGX.*$": "Arria II GX",
"^EP3C.*$": "Cyclone III"
"^EP3C.*$": "Cyclone III",
"^EP4CE.*$": "Cyclone IV E",
}
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