Skip to content

Commit

Permalink
Add option to build bitfile for CMOC marble (unused)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdmurthy committed Jan 10, 2025
1 parent 98d25c5 commit aa3a38b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab/ci/cmoc.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cmoc_top:
- XILINX_VIVADO=$XILINX_VIVADO PATH=$XILINX_VIVADO/bin:$PATH make HARDWARE=${TARGET} cmoc_top.bit
parallel:
matrix:
- TARGET: [marblemini]
- TARGET: [marblemini marble]
artifacts:
name: "$CI_JOB_NAME-$CI_COMMIT_REF_NAME"
expire_in: 1 week
Expand Down
4 changes: 4 additions & 0 deletions projects/cmoc_top/marblemini/marble_top.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
LTM_CLKIN0 LTM_CLKIN[0]
LTM_CLKIN12 LTM_CLKIN[1]
LTM_CLKIN3 LTM_CLKIN[2]

# Literal output follows

create_clock -name clk1x -period 13.32 [get_nets clk_1x_90]
Expand Down

0 comments on commit aa3a38b

Please sign in to comment.