mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +00:00
rtlil: remove comment
Co-authored-by: KrystalDelusion <93062060+KrystalDelusion@users.noreply.github.com>
This commit is contained in:
parent
8044b558e6
commit
112b22728d
1 changed files with 0 additions and 1 deletions
|
@ -5704,7 +5704,6 @@ bool RTLIL::SigSpec::parse(RTLIL::SigSpec &sig, RTLIL::Module *module, std::stri
|
|||
{
|
||||
cover("kernel.rtlil.sigspec.parse");
|
||||
|
||||
// AST::current_filename = "input";
|
||||
|
||||
std::vector<std::string> tokens;
|
||||
sigspec_parse_split(tokens, str, ',');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue