This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<resources> | |
<string-array name="twinapps_required_apps"> | |
<item>com.android.vending</item> | |
<item>com.google.android.gms</item> | |
<item>jp.naver.line.android|Line: Free Calls & Messages</item> | |
<item>com.facebook.katana|Facebook</item> | |
<item>com.facebook.orca|Messenger - Text and Video Chat for Free</item> | |
<item>com.tencent.mm|WeChat</item> | |
<item>com.whatsapp|WhatsApp Messenger</item> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package hardwaresort | |
import chisel3._ | |
import chisel3.experimental.FixedPoint | |
import chisel3.internal.firrtl.KnownBinaryPoint | |
import chisel3.iotesters.PeekPokeTester | |
import chisel3.util.log2Ceil | |
//scalastyle:off magic.number | |
/** |
OlderNewer