Skip to content

Commit dc95c1e

Browse files
committed
Add Stratix 10 and Agilex to the device parameter database so they are
listed under available devices and the user can select them
1 parent 8c65d7f commit dc95c1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

utils/vqm2blif/src/base/vqm2blif_util.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ extern t_boolean buffd_outs; //user-set flag that regulates whether to keep buff
197197
*/
198198
const map<std::string, DeviceInfo> device_parameter_database {
199199
// stratix 4 device
200-
{"stratixiv", {"stratixiv_lcell_comb", "combout", 1, "dffeas", "q" }}
200+
{"stratixiv", {"stratixiv_lcell_comb", "combout", 1, "dffeas", "q" }},
201+
{"stratix10", {"fourteennm_lcell_comb", "combout", 1, "fourteennm_ff", "q" }},
202+
{"agilex", {"tennm_lcell_comb", "combout", 1, "tennm_ff", "q" }}
201203
};
202204

203205
#endif

0 commit comments

Comments
 (0)