Commit 42fe1ad6 authored by Dimitris Lampridis's avatar Dimitris Lampridis

Merge branch '16-update-to-latest-dependency-releases' into 'master'

Resolve "Update to latest dependency releases"

Closes #16

See merge request be-cem-edl/fec/hardware-modules/fmc-tdc-1ns-5cha!14
parents 8f88474e 5006fcaa
Subproject commit b84d0335dcda7b55352a3aabd38f65cf2169cac2
Subproject commit f692bc83f42ffd54496f9e0da571c6f9dfcf2335
Subproject commit 347e0de1e0d91834d298a146569530b71adeb33a
Subproject commit 1621d6d1f0c3040284136ce4b3b662269d6868d0
Subproject commit 461b30fe1f5e4e0c99f2265cdbf5843d31e31a4b
Subproject commit d265dc5d0cbfe84bd5d310982e1a319a26bb53b2
Subproject commit a7d98f10b9f696ad8b7d852ac7ebf94b28398d8e
Subproject commit 3b1aaab0a94a8dee1edaec3cbfb141481b876bb4
Subproject commit 1be4f060e9ba5cb2e99ce47da64df1a9a968afc7
Subproject commit c91efa5e378b0b65a0f4fff9729079007d99ba57
Subproject commit 366ca4dbe1777f5bc98341d2878070a6c6fa350f
Subproject commit a0ca042e1f3c19a81c3594477c0c811ac761aaa4
Subproject commit a72a4223e2e1b521ba839f5623ee2857cf4fae10
Subproject commit 63d6e85c292e57360fe106acfd08de66d3c0acb7
......@@ -8,6 +8,11 @@ action = "synthesis"
fetchto = "../../ip_cores"
# Ideally this should be done by hdlmake itself, to allow downstream Manifests to be able to use the
# fetchto variable independent of where those Manifests reside in the filesystem.
import os
fetchto = os.path.abspath(fetchto)
syn_device = "xc6slx150t"
syn_grade = "-3"
syn_package = "fgg900"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment