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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user