mirror of
https://github.com/YosysHQ/yosys
synced 2026-08-14 09:55:37 +00:00
WIP
This commit is contained in:
parent
7422b71802
commit
e952044215
50 changed files with 1258 additions and 891 deletions
|
|
@ -877,7 +877,7 @@ std::string log_signal(DriveChunkWire const &chunk)
|
|||
|
||||
std::string log_signal(DriveChunkPort const &chunk)
|
||||
{
|
||||
std::string cell_id = chunk.cell->module->design->twines.str(cell->meta_->name);
|
||||
std::string cell_id = chunk.cell->module->design->twines.str(chunk.cell->meta_->name);
|
||||
std::string port_id = chunk.cell->module->design->twines.str(chunk.port);
|
||||
if (chunk.is_whole())
|
||||
return stringf("%s <%s>", cell_id, port_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue