Sign in
opensecura
/
3p
/
lowrisc
/
opentitan
/
23ad173accbf94b76f9ebb9523469eb0e148dc95
/
.
/
site
/
docs
/
layouts
/
shortcodes
/
hwcfg.html
blob: 40da0e40093d172620ca1694f88d52ef32578daa [
file
] [
log
] [
blame
]
{{ $baseName := .Get 0 }}
{{ $path := path.Join .Site.Params.generatedRoot (printf "%s.hwcfg" $baseName) }}
{{ if not (fileExists $path) }}
{{ errorf "hwcfg has not been generated for %s" $baseName }}
{{ end }}
{{ readFile $path | safeHTML }}