Skip to content

Commit

Permalink
Fix includes, and remove autogenerated files from github.
Browse files Browse the repository at this point in the history
Includes of auto-generated files must come from the build/ directory.
Otherwise there are two sets of the same files (with potential
differences), leading to confusion.

The files can be generated with `make build-registers` if necessary.
  • Loading branch information
timsifive committed Dec 20, 2023
1 parent f6a927b commit 4544685
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 625 deletions.
4 changes: 2 additions & 2 deletions Sdext.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,9 @@ instruction exception.

These registers are only accessible from Debug Mode.

include::core_registers.adoc[]
include::build/core_registers.adoc[]

[[virtreg]]
=== Virtual Debug Registers

include::sw_registers.adoc[]
include::build/sw_registers.adoc[]
182 changes: 0 additions & 182 deletions abstract_commands.adoc

This file was deleted.

Loading

0 comments on commit 4544685

Please sign in to comment.