clock problem when writing sdc file in order to synthesize PULPino
#2
There is a single clock in PULPino (clk). The SPI slave port (as definition of SPI) would have a clock input, so the slave will have to synchronize to this clock. tck I believe is the JTAG or test clock. You can decide how you want to constrain them.

Just as the slave has a clock in (which gets the clock from master), for the SPI master, this time you provide a clock signal. This is also your decision. In most cases you can use a divided clock from the main clock.

For these you can set them as needed (what SPI peripherals are you planning, how fast are they, what do they support)?

You might use generated clock in an actual implementation, depending on how you get the clock (i.e. you have an internal clock divider / PLL that is a black box). You do not have to do it if it is not needed.
Visit pulp-platform.org and follow us on twitter @pulp_platform
Reply


Messages In This Thread
RE: clock problem when writing sdc file in order to synthesize PULPino - by kgf - 05-08-2019, 03:21 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)