generated from riscv/docs-spec-template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #18 from joxie/trace_ctl_sig
Change the trace signal that will be driven for security control to address issue #11
- Loading branch information
Showing
5 changed files
with
43 additions
and
97 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,14 @@ | ||
@inproceedings{riscI-isca1981, | ||
title = {{RISC I}: {A} Reduced Instruction Set {VLSI} Computer}, | ||
author = {David A. Patterson and Carlo H. S\'{e}quin}, | ||
booktitle = {ISCA}, | ||
location = {Minneapolis, Minnesota, USA}, | ||
pages = {443-458}, | ||
year = {1981} | ||
} | ||
|
||
@inproceedings{Katevenis:1983, | ||
author = {Manolis G.H. Katevenis and Robert W. Sherburne Jr. and David A. Patterson and Carlo H. S\'{e}quin}, | ||
title = {The {RISC II} micro-architecture}, | ||
booktitle = {Proceedings VLSI 83 Conference}, | ||
year = {1983}, | ||
month = {August} | ||
} | ||
|
||
@inproceedings{Ungar:1984, | ||
author = {David Ungar and Ricki Blau and Peter Foley and Dain Samples and David Patterson}, | ||
title = {Architecture of {SOAR}: {Smalltalk} on a {RISC}}, | ||
booktitle = {ISCA}, | ||
address = {Ann Arbor, MI}, | ||
year = {1984}, | ||
pages = {188-197} | ||
@electronic{smmtt, | ||
title = {RISC-V Supervisor Domains Access Protection}, | ||
url = {https://github.com/riscv/riscv-smmtt} | ||
} | ||
@electronic{etrace, | ||
title = {RISC-V Efficient Trace for RISC-V}, | ||
url = {https://github.com/riscv-non-isa/riscv-trace-spec} | ||
} | ||
|
||
@article{spur-jsscc1989, | ||
author = {David D. Lee and Shing I. Kong and Mark D. Hill and George S. Taylor and David A. Hodges and Randy H. Katz and David A. Patterson}, | ||
title = {A {VLSI} Chip Set for a Multiprocessor Workstation--{Part I}: An {RISC} Microprocessor with Coprocessor Interface and Support for Symbolic Processing}, | ||
journal = {IEEE JSSC}, | ||
year = {1989}, | ||
volume = {24}, | ||
number = {6}, | ||
pages = {1688-1698}, | ||
month = {December} | ||
} | ||
@electronic{dbgspec, | ||
title = {RISC-V Debug Specification}, | ||
url = {https://github.com/riscv/riscv-debug-spec} | ||
} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters