kraemv
kraemv
Hey everyone, I'm always frustrated when dealing with verilog netlists, that have buses as inputs. HAL does not allow me to write a verilog netlist, that has module inputs or...
Hello everyone, HAL can not handle setting too long init strings. When setting an init string of character length 64, hal accepts the string and crashes when selecting the respective...
Hello everyone, Hal can not open netlists, that have a binary integer literal as a net name (e.g.\'1'). In order to reproduce the behaviour, open the netlist bug_literal_showcase, that is...
Hello everyone, could we add the BTR and BTS instruction to the x86 intrinsics? These instructions perform a BIT test and reset/set. https://www.felixcloutier.com/x86/btr https://www.felixcloutier.com/x86/bts These instructions are useful for clearing/setting...