Skip to content

Commit afd889a

Browse files
authored
Revert "Fix sim error about "Unknown module type: EHXPLLL" with ECP5."
1 parent f319ebe commit afd889a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apio/scons/plugin_ecp5.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ def __init__(self, apio_env: ApioEnv):
4444
self.database_path = trellis_path / "database"
4545
self.yosys_lib_dir = yosys_path / "ecp5"
4646
self.yosys_lib_file = yosys_path / "ecp5" / "cells_sim.v"
47-
self.yosys_lib_exclude_file = yosys_path / "ecp5" / "cells_bb.v"
4847

4948
def plugin_info(self) -> ArchPluginInfo:
5049
"""Return plugin specific parameters."""
@@ -157,7 +156,6 @@ def action_generator(source, target, env, for_signature):
157156
is_interactive=apio_env.targeting("sim"),
158157
lib_dirs=[self.yosys_lib_dir],
159158
lib_files=[self.yosys_lib_file],
160-
extra_params=["-D NOT_INCLUDES {}".format(self.yosys_lib_exclude_file)]
161159
),
162160
]
163161
return action

0 commit comments

Comments
 (0)