Skip to content

Commit

Permalink
perip: Remove unused hardware barrier
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Aug 5, 2024
1 parent 20ddb74 commit 99564df
Showing 1 changed file with 0 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,20 +335,6 @@
desc: "Clear cluster-local interrupt of hart i"
}]
},
{
name: "HW_BARRIER",
desc: '''Hardware barrier register. Loads to this register will block until all cores have
performed the load. At this stage we know that they reached the same point in the control flow,
i.e., the cores are synchronized.'''
swaccess: "ro",
hwaccess: "hrw",
hwext: "true",
fields: [{
bits: "31:0",
name: "HW_BARRIER",
desc: "Hardware barrier register."
}]
},
{
name: "ICACHE_PREFETCH_ENABLE",
desc: '''Controls prefetching of the instruction cache.'''
Expand Down

0 comments on commit 99564df

Please sign in to comment.