mirror of https://github.com/efabless/caravel.git
fixed the absolute paths in the mag files and fixed the cause of the issue in `openlane/Makefile`
This commit is contained in:
parent
f4ac232dde
commit
6b0b004f25
|
@ -1,7 +1,7 @@
|
||||||
magic
|
magic
|
||||||
tech sky130A
|
tech sky130A
|
||||||
magscale 1 2
|
magscale 1 2
|
||||||
timestamp 1684835651
|
timestamp 1684962010
|
||||||
<< metal5 >>
|
<< metal5 >>
|
||||||
rect 78610 1018624 90778 1030788
|
rect 78610 1018624 90778 1030788
|
||||||
rect 130010 1018624 142178 1030788
|
rect 130010 1018624 142178 1030788
|
||||||
|
|
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
@ -38,13 +38,13 @@ openlane_cmd_regression = "cd /openlane && ./run_designs.py \
|
||||||
|
|
||||||
docker_mounts = \
|
docker_mounts = \
|
||||||
-v $$(realpath $(PWD)/..):$$(realpath $(PWD)/..) \
|
-v $$(realpath $(PWD)/..):$$(realpath $(PWD)/..) \
|
||||||
-v $(PDK_ROOT):$(PDK_ROOT) \
|
-v $(PDK_ROOT):/pdk \
|
||||||
-v $(CARAVEL_ROOT):$(CARAVEL_ROOT) \
|
-v $(CARAVEL_ROOT):$(CARAVEL_ROOT) \
|
||||||
-v $(PWD):$(PWD) \
|
-v $(PWD):$(PWD) \
|
||||||
-v $(HOME):$(HOME)
|
-v $(HOME):$(HOME)
|
||||||
|
|
||||||
docker_env = \
|
docker_env = \
|
||||||
-e PDK_ROOT=$(PDK_ROOT) \
|
-e PDK_ROOT=/pdk \
|
||||||
-e PDK=$(PDK) \
|
-e PDK=$(PDK) \
|
||||||
-e MISMATCHES_OK=1 \
|
-e MISMATCHES_OK=1 \
|
||||||
-e CARAVEL_ROOT=$(CARAVEL_ROOT) \
|
-e CARAVEL_ROOT=$(CARAVEL_ROOT) \
|
||||||
|
|
Loading…
Reference in New Issue