Skip to content

Commit cd39488

Browse files
committed
Use uhdm-plugin provided by symbiflow
Signed-off-by: Kamil Rakoczy <[email protected]>
1 parent a99f1a0 commit cd39488

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

conf/symbiflow/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ channels:
33
- defaults
44
- litex-hub
55
dependencies:
6-
- litex-hub::yosys-uhdm=v0.0_93_ga57fae6
76
- litex-hub::yosys
87
- python=3.7
98
- pip

toolchains/vivado.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,3 @@ def __init__(self, rootdir):
358358
'-iopad', '-arch xc7', '-flatten', 'frontend=surelog'
359359
]
360360
self.toolchain = 'yosys-vivado-uhdm'
361-
uhdm_yosys_path = shutil.which("uhdm-yosys")
362-
# by default assume, uhdm-yosys is installed in symbiflow env
363-
if uhdm_yosys_path is None:
364-
print(
365-
"Could not find uhdm-yosys binary. Please execute 'source env.sh' or reinstall conda environments."
366-
)
367-
sys.exit(1)
368-
uhdm_yosys_path = os.path.dirname(uhdm_yosys_path)

0 commit comments

Comments
 (0)