#156 DRC Viewer Issue opened by thesourcerer8 The ...
# openlane
g
#156 DRC Viewer Issue opened by thesourcerer8 The idea is to easily visualize the DRC results after a “make” build. Instead of running make user_proj_example magic -T ../../$PDK/long/path/sky130A.tech user_proj_example/runs/user_proj_example/results/magic/user_proj_example.drc.mag which is a bit long to type, but a make target like “make showdrc” would be the preferred solution: make user_proj_example make showdrc I have implemented such a viewer like this with the command ./showdrc.sh for my caravel project: thesourcerer8/caravel_stdcelllib_stdcells@46d9219#diff-46cb03e3da088b910794e550640492118d3b56e74697e5629fcc5342a6d216fa One possibility is to use magic supplied by the user outside the docker envioronment, the other possibility would be to use the magic installed in the docker container with X-forwarding or something similar. efabless/openlane