
This adds the Clock() build DSL element, and adds a resource manager function add_clock_constraint() that takes a Pin or a Signal. Note that not all platforms, in particular not any nextpnr platforms at the moment, can add constraints on arbitrary signals. Fixes #86.
4 lines
70 B
Python
4 lines
70 B
Python
from .dsl import *
|
|
from .res import ResourceError
|
|
from .plat import *
|