Skip to content

Commit d98a9ea

Browse files
committed
Use symbiflow-yosys-plugins
Signed-off-by: Kamil Rakoczy <[email protected]>
1 parent a99f1a0 commit d98a9ea

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

conf/symbiflow/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ channels:
33
- defaults
44
- litex-hub
55
dependencies:
6-
- litex-hub::yosys-uhdm=v0.0_93_ga57fae6
76
- litex-hub::yosys
7+
- litex-hub::symbiflow-yosys-plugins
88
- python=3.7
99
- pip
1010
- 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)