Skip to content

Commit

Permalink
Fix pnr setting in legacy icestorm backend
Browse files Browse the repository at this point in the history
  • Loading branch information
olofk committed Jun 24, 2023
1 parent f997b0e commit 1a5f926
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions edalize/icestorm.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,8 @@ def configure_main(self):
def build_pre(self):
pass

def build_main(self):
self.icestorm.build()

def build_post(self):
pass

0 comments on commit 1a5f926

Please sign in to comment.