qrouter icon indicating copy to clipboard operation
qrouter copied to clipboard

Qrouter detail router for digital ASIC designs

Results 5 qrouter issues
Sort by recently updated
recently updated
newest added

can someone help me out for this error. I tried to figure out this error I think there is some error in graphics.c file. I am not expert in c...

According to the 5.7 Standard, A def file blockage might look like ``` BLOCKAGES 1 ; - LAYER METAL1 RECT ( 252000 652000 ) ( 273350 674000 ) RECT (...

In file maze.c, two functions are defined as: line 1137: void clear_drc_blockage (x, y, lay) line 1152: void set_drc_blockage (x, y, lay) This causes warnings or even errors wile building...

Couldn't stand all those "a function definition without a prototype is deprecated in all versions of C and is not support ed in C23" warnings I get during compilation, so...