aboutsummaryrefslogtreecommitdiff
path: root/src/resources
diff options
context:
space:
mode:
authorwmat <wmat@riscv.org>2024-03-19 15:15:06 -0400
committerwmat <wmat@riscv.org>2024-03-19 15:15:06 -0400
commit9ba8ba49ece7b38c2863cdee4530d21659e651b3 (patch)
tree854155f636f2a68badf7d756a44e393606f8ae19 /src/resources
parentbc1f3faf0e443921efb9911b4338f2587acc6119 (diff)
downloadriscv-isa-manual-9ba8ba49ece7b38c2863cdee4530d21659e651b3.zip
riscv-isa-manual-9ba8ba49ece7b38c2863cdee4530d21659e651b3.tar.gz
riscv-isa-manual-9ba8ba49ece7b38c2863cdee4530d21659e651b3.tar.bz2
Integrate zacas chapter.
Pull in the zacas spec. Update bibliography and contributors.
Diffstat (limited to 'src/resources')
-rw-r--r--src/resources/riscv-spec.bib22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/resources/riscv-spec.bib b/src/resources/riscv-spec.bib
index 1354344..c7d184f 100644
--- a/src/resources/riscv-spec.bib
+++ b/src/resources/riscv-spec.bib
@@ -514,3 +514,25 @@ address = {Toronto, Canada}}
HAL_ID = {hal-01091186},
HAL_VERSION = {v1},
}
+
+@electronic{unpriv,
+ title = {RISC-V Instruction Set Manual, Volume I: Unprivileged ISA },
+ url = {https://github.com/riscv/riscv-isa-manual},
+ year = {}
+}
+@inproceedings{queue,
+ author = {Michael, Maged M. and Scott, Michael L.},
+ title = {Simple, Fast, and Practical Non-Blocking and Blocking Concurrent Queue Algorithms},
+ year = {1996},
+ isbn = {0897918002},
+ publisher = {Association for Computing Machinery},
+ address = {New York, NY, USA},
+ url = {https://doi.org/10.1145/248052.248106},
+ doi = {10.1145/248052.248106},
+ booktitle = {Proceedings of the Fifteenth Annual ACM Symposium on Principles of Distributed Computing},
+ pages = {267–275},
+ numpages = {9},
+ keywords = {multiprogramming, compare_and_swap, non-blocking, concurrent queue, lock-free},
+ location = {Philadelphia, Pennsylvania, USA},
+ series = {PODC '96}
+} \ No newline at end of file