Skip to content

Commit

Permalink
fix missing "hdl" --> "gateware" changes
Browse files Browse the repository at this point in the history
  • Loading branch information
enjoy-digital committed Oct 13, 2015
1 parent 197d81f commit 3ae7071
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gateware/encoder/__init__.py
Expand Up @@ -113,4 +113,4 @@ def __init__(self, platform):
self.comb += Record.connect(fifo.source, self.source)

# add VHDL sources
platform.add_source_dir(os.path.join(platform.soc_ext_path, "hdl", "encoder", "vhdl"))
platform.add_source_dir(os.path.join(platform.soc_ext_path, "gateware", "encoder", "vhdl"))
2 changes: 1 addition & 1 deletion gateware/streamer/__init__.py
Expand Up @@ -105,4 +105,4 @@ def __init__(self, platform, pads):
)

# add VHDL sources
platform.add_source_dir(os.path.join(platform.soc_ext_path, "hdl", "streamer", "vhdl"))
platform.add_source_dir(os.path.join(platform.soc_ext_path, "gateware", "streamer", "vhdl"))

0 comments on commit 3ae7071

Please sign in to comment.