mirror of
https://github.com/YosysHQ/yosys
synced 2025-06-06 14:13:23 +00:00
More bugfixes related to new RTLIL::IdString
This commit is contained in:
parent
08392aad8f
commit
768eb846c4
10 changed files with 60 additions and 44 deletions
|
@ -28,7 +28,7 @@
|
|||
namespace {
|
||||
struct generate_port_decl_t {
|
||||
bool input, output;
|
||||
std::string portname;
|
||||
RTLIL::IdString portname;
|
||||
int index;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue