Skip to content

Commit

Permalink
more vivado stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelhuffman committed Jan 21, 2025
1 parent d14e3f4 commit 3067102
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hdl/ip/vhd/espi/espi_spec_regs.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this
-- file, You can obtain one at https://mozilla.org/MPL/2.0/.
--
-- Copyright 2024 Oxide Computer Company
-- Copyright 2025 Oxide Computer Company

-- Note: Documentation can be rendered in VSCode using the TerosHDL
-- plugin: https://terostechnology.github.io/terosHDLdoc/
Expand Down
2 changes: 1 addition & 1 deletion hdl/ip/vhd/espi/sys_regs/espi_regs.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- License, v. 2.0. If a copy of the MPL was not distributed with this
-- file, You can obtain one at https://mozilla.org/MPL/2.0/.
--
-- Copyright 2024 Oxide Computer Company
-- Copyright 2025 Oxide Computer Company

-- SP-accessible registers for the eSPI block

Expand Down
3 changes: 3 additions & 0 deletions tools/vivado_gen/templates/synth.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ source {{file.absolute().as_posix()}}
read_xdc {{file.absolute().as_posix()}}
{% endfor %}

## Auto-detect xpm stuff
auto_detect_xpm

## Synthesize Design
set_param general.maxThreads {{project.max_threads}}
eval "synth_design {{project.synth_args}} -top {{project.top_name}} -part {{project.part}}"
Expand Down

0 comments on commit 3067102

Please sign in to comment.