1
0
mirror of https://github.com/YosysHQ/nextpnr.git synced 2026-05-05 15:43:30 +00:00

Adjusted info message names for rule-checker and parser

This commit is contained in:
ZipCPU
2018-06-07 12:04:01 -04:00
parent 37d2fc65b1
commit a4f687548e
2 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,8 @@
bool check_all_nets_driven(Design *design) {
const bool debug = false;
log_info("Verifying all cells\n");
log_info("Rule checker, Verifying pre-placed design\n");
for(auto cell_entry : design->cells) {
CellInfo *cell = cell_entry.second;