Altera_Forum
Honored Contributor
16 years agoAll avalon singnal sync to avalon bus clock
sorry for my noob question. im a bit new to avalon bus architechture.
--- Quote Start --- Synchronous Interface — All Avalon signals are synchronized to the Avalon bus clock. This simplifies the relevant timing behavior of the Avalon Bus, and facilitates integration with high-speed peripherals. --- Quote End --- i read this in avalon bus spec : https://www.alteraforum.com/forum/attachment.php?attachmentid=2421 1.by avalon bus clock does it mean the clock we fed to the processor? If so... how about an SOPC system without any processor? for example in a system like below this. what is exactly the freq of avalon bus? How can i determine it? https://www.alteraforum.com/forum/attachment.php?attachmentid=2422 2. what does this sentence actually meant "this simplifies the relevant timing behavior of the avalon bus,and facilitates integration with high-speed peripherals" Does it mean that i dont have to worry about syncronization between slower peripheral and highspeed connected to the avalon bus?