Skip to content

Commit

Permalink
Updated ICD to reflect updated CLK.CLASS tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ZipCPU committed Aug 6, 2018
1 parent 7ed0783 commit 5fbce25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/icd.txt
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@ CLOCK.WIRE A list of the clock names used by this component. These
be necessary for your application.
CLOCK.FREQUENCY A list of frequencies in Hz corresponding to each of the clocks
listed in the CLOCK.NAME tag
CLOCK.CLASS A list containing the names of clock support classes used for
these clocks. If no class is given, TBCLOCK is assumed as a
default. The clock class must have a time_to_edge() function,
an advance(int ps) function, and rising_edge() and
falling_edge() indicators. Likewise, an init(ps) function
will be called to define the period of the clock.

SLAVE.TYPE Indicates the type of peripheral
SLAVE.BUS Indicates the name of the bus used by this slave
Expand Down

0 comments on commit 5fbce25

Please sign in to comment.