(with resource being added like this: 
```
    resources   = [
        Resource("clk25", 0, Pins("P6", dir="i"),
                 Clock(25e6), Attrs(IO_TYPE="LVCMOS33")),
    ]
```