Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating liteEth to latest legacy commit fails due to FlipFlop removal #139

Closed
mithro opened this issue Nov 15, 2015 · 2 comments
Closed

Comments

@mithro
Copy link
Member

mithro commented Nov 15, 2015

FlipFlop seems to have been removed from liteEth in enjoy-digital/liteeth@2b6dfa6

- make firmware (atlys hdmi2eth) (prerun)
---------------------------------------------
cd third_party/misoc && python3 make.py -X ../.. -t atlys_hdmi2eth -Ot firmware_filename ../../firmware/lm32/firmware.bin -Op programmer openocd -Ob ise_path /home/travis/build/timvideos/HDMI2USB-misoc-firmware/build/Xilinx/opt/Xilinx/ build-headers
Traceback (most recent call last):
  File "make.py", line 91, in <module>
    soc = top_class(platform, **top_kwargs)
  File "../../targets/atlys_hdmi2eth.py", line 120, in __init__
    self.submodules.encoder_streamer = UDPStreamer(convert_ip("192.168.1.15"), 8000)
  File "/home/travis/build/timvideos/HDMI2USB-misoc-firmware/gateware/streamer/__init__.py", line 21, in __init__
    self.submodules.level = level = FlipFlop(max=fifo_depth+1)
NameError: name 'FlipFlop' is not defined
make: *** [firmware-lm32] Error 1
@enjoy-digital
Copy link
Member

403c33e should fix that.

@mithro
Copy link
Member Author

mithro commented Nov 16, 2015

This has been fixed. I've updated the submodules to the latest legacy versions in #138

@mithro mithro closed this as completed Nov 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants