Remove empty build_timing_constraints override in GowinApiculaToolchain

This commit is contained in:
Mai-Lapyst 2024-08-15 01:52:22 +02:00
parent e0968b3574
commit 623536cd6a
No known key found for this signature in database
GPG Key ID: F88D929C09E239F8
1 changed files with 0 additions and 4 deletions

View File

@ -13,10 +13,6 @@ class GowinApiculaToolchain(YosysNextPNRToolchain):
super().__init__()
self.additional_cst_commands = []
def build_timing_constraints(self, vns):
# nextpnr-himbaechel for gowin currently doesnt supports timing constaints
pass
def build_io_constraints(self):
_build_cst(self.named_sc, self.named_pc, self.additional_cst_commands, self._build_name)
return (self._build_name + ".cst", "CST")