Sign in
◑
Theme
opensecura
/
3p
/
lowrisc
/
opentitan
/
2c813b4e4dc1e8a5c6a0706d7bdf4d1ce06c14e2
/
.
/
site
/
docs
/
layouts
/
shortcodes
/
otbn_isa.html
blob: 73e075f9d59ce64b7e08502417c1253c938b756a [
file
]
{{ $path := path.Join .Site.Params.generatedRoot "otbn-isa.md" }}
{{ if not (fileExists $path) }}
{{ errorf "otbn-isa.md has not been generated" }}
{{ end }}
{{ readFile $path | markdownify }}