interconnect/wishbone: Specify Wishbone version (#999).

This commit is contained in:
Florent Kermarrec 2021-09-08 16:57:06 +02:00
parent 6c2bc02323
commit e0e9311ceb
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@
# Copyright (c) 2018 Tim 'mithro' Ansell <me@mith.ro>
# SPDX-License-Identifier: BSD-2-Clause
"""Wishbone Classic support for LiteX (Standard HandShaking/Synchronous Feedback)"""
from math import log2
from functools import reduce