hw: foboot-bitstream: remove unused clk48 net
We only use the raw and usb48 nets. Signed-off-by: Sean Cross <sean@xobs.io>
This commit is contained in:
parent
69f7b5d836
commit
8fb6b5977b
@ -104,6 +104,8 @@ class _CRG(Module):
|
|||||||
platform.add_period_constraint(self.cd_usb_48_raw.clk, 1e9/48e6)
|
platform.add_period_constraint(self.cd_usb_48_raw.clk, 1e9/48e6)
|
||||||
platform.add_period_constraint(self.cd_sys.clk, 1e9/12e6)
|
platform.add_period_constraint(self.cd_sys.clk, 1e9/12e6)
|
||||||
platform.add_period_constraint(self.cd_usb_12.clk, 1e9/12e6)
|
platform.add_period_constraint(self.cd_usb_12.clk, 1e9/12e6)
|
||||||
|
platform.add_period_constraint(clk48, 1e9/48e6)
|
||||||
|
platform.add_period_constraint(clk48_raw, 1e9/48e6)
|
||||||
|
|
||||||
self.reset = Signal()
|
self.reset = Signal()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user