reinholdPL
reinholdPL
in some files, for example "Models/Digital 20Logic/74HC.LIB" there are references to non-existing files like: `.model ls_shift4 d_state(state_file=shift4.txt` `.model ls_count16 d_state(state_file=count16.txt reset_delay=26n)` anyone knows where I could find those files?
place & route shows following message: > Warning (PR2028) : The constraint location is useless in current package. > Warning (PR2017) : 'spi_clk_ibuf'(INS_IBUF) can't be placed according to Constraint, because...
When i'm creating my own class in C code (like in examples/point.c) and using it in QuickJS why can't i see props and functions from it when i'm running java...